Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 3.4.0 #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bump version to 3.4.0 #146

wants to merge 1 commit into from

Conversation

codders
Copy link
Contributor

@codders codders commented Dec 11, 2024

  • Drop support for PHP 7.2, 7.3
  • Upgrade codesniffer rules to current mediawiki/mediawiki-codesniffer version (45.0.0)
  • Make nullable type parameter declarations explicit for compatibility with PHP 8.4

Bug: T379481

README.md Outdated
@@ -19,7 +19,7 @@ A full history of the different versions of Diff can be found in the [release no

**Diff 3.x:**

* PHP 7.2 or later (tested with PHP 7.2 up to PHP 8.1)
* PHP 7.4 or later (tested with PHP 7.4 up to PHP 8.4)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The header is about 3.x, not latest 3.x. So only the upper bound should be increased

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair. But since we are only testing now with PHP 7.4+, I would still change the lower bound for 'tested with'.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can also change it to something like 3.0-3.3, and then create a 3.4 onwards section above

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At that point a table is probably better than a bunch of sections

 * Drop support for PHP 7.2, 7.3
 * Upgrade codesniffer rules to current `mediawiki/mediawiki-codesniffer` version (45.0.0)
 * Make nullable type parameter declarations explicit for compatibility with PHP 8.4

Bug: T379481
@codders codders force-pushed the feat/bump-version-3.4.0 branch from 523ed6c to 29e8221 Compare December 12, 2024 08:48
@reedy reedy mentioned this pull request Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants